Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632712 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility

assets/ cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/
4 Items
  • js/
  • fonts/
  • bootstrap/
  • img/
  • style.css cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/style.css
    96 Views
    0 Comments

    body {
    color: white;
    overflow: hidden !important;
    }

    .mymain {
    height: 90vh;
    index.html cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/index.html
    301 Views
    0 Comments
    <!DOCTYPE html>
    <html>

    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
    <title>Image Utility</title>
    <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
    readme.md cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/readme.md
    154 Views
    0 Comments
    <h1>Utility Can</h1>

    ✅ Grayscale<br>
    ✅ Blur<br>
    ✅ Saturate<br>
    ✅ Contrast<br>
    ✅ Hue<br>
    ✅ Invert<br>